home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / pcbaby / _setup.1 / PCBaby4.exe / 0 / RCDATA / THOLIDAY / THOLIDAY.txt
Text File  |  1996-10-21  |  2KB  |  99 lines

  1. object Holiday: THoliday
  2.   Left = 127
  3.   Top = 75
  4.   BorderStyle = bsDialog
  5.   Caption = 'Holiday'
  6.   ClientHeight = 383
  7.   ClientWidth = 487
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Title: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 473
  19.     Height = 29
  20.     AutoSize = False
  21.     Caption = 'Title'
  22.     Font.Color = clBlue
  23.     Font.Height = -24
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Remarks: TMemo
  29.     Left = 8
  30.     Top = 56
  31.     Width = 353
  32.     Height = 313
  33.     Lines.Strings = (
  34.       '')
  35.     ScrollBars = ssVertical
  36.     TabOrder = 0
  37.   end
  38.   object OKBtn: TBitBtn
  39.     Left = 384
  40.     Top = 290
  41.     Width = 93
  42.     Height = 31
  43.     Caption = 'Ok'
  44.     Default = True
  45.     Font.Color = clGreen
  46.     Font.Height = -19
  47.     Font.Name = 'Arial'
  48.     Font.Style = [fsBold]
  49.     ModalResult = 1
  50.     ParentFont = False
  51.     TabOrder = 1
  52.     OnClick = OKBtnClick
  53.     Glyph.Data = {
  54.       F6000000424DF600000000000000760000002800000010000000100000000100
  55.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  56.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  58.       5555555555555555555555555205555555555555222055555555555522205555
  59.       5555555222220555555555222222055555555722052220555555720555522055
  60.       5555555555522205555555555555220555555555555552205555555555555572
  61.       0555555555555557205555555555555552205555555555555555}
  62.     Margin = 8
  63.     Spacing = -1
  64.   end
  65.   object CancelBtn: TBitBtn
  66.     Left = 384
  67.     Top = 330
  68.     Width = 93
  69.     Height = 31
  70.     Font.Color = clRed
  71.     Font.Height = -19
  72.     Font.Name = 'Arial'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.     TabOrder = 2
  76.     OnClick = CancelBtnClick
  77.     Kind = bkCancel
  78.     Margin = 2
  79.     Spacing = -1
  80.   end
  81.   object HelpBtn: TBitBtn
  82.     Left = 448
  83.     Top = 58
  84.     Width = 25
  85.     Height = 31
  86.     Caption = ' '
  87.     Font.Color = clBlack
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = [fsBold]
  91.     ParentFont = False
  92.     TabOrder = 3
  93.     OnClick = HelpBtnClick
  94.     Kind = bkHelp
  95.     Margin = 2
  96.     Spacing = -1
  97.   end
  98. end
  99.